down.php

<?php

$db->sql_query("DROP TABLE article");
$db->sql_query("DROP TABLE author");
$db->sql_query("DROP TABLE tag");

echo 'TABLES DROPPED';